home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / RTF / README < prev    next >
Text File  |  1994-08-01  |  2KB  |  70 lines

  1.  
  2.                   toolbox/public/RTF README
  3.  
  4.                       README for XcRichText distribution
  5.     
  6.  
  7.              a formatted text display widget in the Motif toolkit.
  8.  
  9.  
  10.  
  11.     $Log:    README,v $
  12.     # Revision 1.5  92/06/18  20:53:16  connolly
  13.     #     RTF conformance fixes
  14.     # 
  15.     
  16.  
  17.     The XcRichText fills the need for a formatted text display widget in the
  18.     Motif toolkit. It interprets RTF data and formats and displays it using
  19.     X fonts, colors, lines, and pixmaps.
  20.     
  21.     REQUIREMENTS
  22.     
  23.     In order to build applications using the XcRichText widget, you will
  24.     need:
  25.     
  26.         * an ANSI C compiler
  27.         * a C++ compiler that implements version 2.1 of the language
  28.         * the OSF/Motif toolkit
  29.     
  30.     INSTALLATION
  31.     
  32.     This distribution uses the Imake system for portable software. Sites
  33.     with X11 and imake installed can simply uncompress and untar the
  34.     distribution, make the makefiles, and make the distribution:
  35.     
  36.     % xmkmf
  37.     % make Makefiles
  38.     % make depend
  39.     % make
  40.     % cd test
  41.     % make test # this should display some rich text in the widget
  42.     
  43.     Some sites may need to edit the Xc.tmpl to specify an ANSI compiler
  44.     and a C++ compiler.
  45.     
  46.     This release has been built and tested on:
  47.     
  48.     arch    os
  49.     sun4    SunOS Release 4.1.1
  50.     c2mp    ConvexOS Release 10.0
  51.     HPsnake    HP OSF/1 TR
  52.     
  53.     with Motif 1.1
  54.     
  55.     TODO
  56.     
  57.     * support \mac,\pc charsets
  58.     * support tables fully
  59.     * find a way to support font sizes without XLoadQueryFont'ing 100 times
  60.     * support Mac bitmap formats
  61.     * support NeXT bitmap formats?
  62.     * clean up the man page
  63.     
  64.     AUTHOR
  65.     
  66.     Daniel W. Connolly
  67.     Convex Computer Corporation
  68.     connolly@convex.com
  69.     
  70.